home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act6a
/
00793.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
262 b
|
14 lines
on exitFrame
global startframe, timerate
set myframe to startframe + (the timer / timerate)
if myframe > the frame then
go(myframe)
else
if myframe > marker("singend") then
go("singend")
else
go(the frame)
end if
end if
end